From: Eli Zaretskii Date: Fri, 6 Jun 2025 07:00:20 +0000 (+0300) Subject: ; * lisp/treesit.el (treesit-beginning-of-defun): Doc fix (bug#78703). X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~59 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=8fdb2d19b495e392f47046513e05c8992fee2b4c;p=emacs.git ; * lisp/treesit.el (treesit-beginning-of-defun): Doc fix (bug#78703). --- diff --git a/lisp/treesit.el b/lisp/treesit.el index 2b5989fcaee..512e82375f1 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -2479,7 +2479,10 @@ This is a tree-sitter equivalent of `beginning-of-defun'. Behavior of this function depends on `treesit-defun-type-regexp' and `treesit-defun-skipper'. If `treesit-defun-type-regexp' is not set, Emacs also looks for definition of defun in -`treesit-thing-settings'." +`treesit-thing-settings'. + +Whether this goes to the innermost nested defun or a top-level +one is determined by the value of `treesit-defun-tactic'." (interactive "^p") (or (not (eq this-command 'treesit-beginning-of-defun)) (eq last-command 'treesit-beginning-of-defun)